type crypto/tls.encryptedExtensionsMsg
7 uses
crypto/tls (current package)
conn.go#L1168: m = new(encryptedExtensionsMsg)
handshake_client_tls13.go#L554: encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
handshake_messages.go#L1003: type encryptedExtensionsMsg struct {
handshake_messages.go#L1011: func (m *encryptedExtensionsMsg) marshal() ([]byte, error) {
handshake_messages.go#L1054: func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
handshake_messages.go#L1055: *m = encryptedExtensionsMsg{}
handshake_server_tls13.go#L793: encryptedExtensions := new(encryptedExtensionsMsg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)